UCF STIG Viewer Logo

SSMC must generate error messages that provide information necessary for corrective actions without revealing information that could be exploited by adversaries.


Overview

Finding ID Version Rule ID IA Controls Severity
V-255242 SSMC-OS-010080 SV-255242r869876_rule Medium
Description
Any operating system providing too much information in error messages risks compromising the data and security of the structure, and content of error messages needs to be carefully considered by the organization. Organizations carefully consider the structure/content of error messages. The extent to which information systems are able to identify and handle error conditions is guided by organizational policy and operational requirements. Information that could be exploited by adversaries includes, for example, erroneous logon attempts with passwords entered by mistake as the username, mission/business information that can be derived from (if not stated explicitly by) information recorded, and personal information, such as account numbers, social security numbers, and credit card numbers.
STIG Date
HPE 3PAR SSMC Operating System Security Technical Implementation Guide 2022-10-13

Details

Check Text ( C-58855r869874_chk )
To verify that SSMC is configured to prevent exfiltration of sensitive information, do the following:

1. Log on to SSMC appliance as ssmcadmin. Press "X" to escape to general bash shell.

2. Execute the following command:

$ grep ^ssmc.management.notification.disable /opt/hpe/ssmc/ssmcbase/resources/ssmc.properties

ssmc.management.notification.disable=false

If the command output does not print "ssmc.management.notification.disable=false", this is a finding.
Fix Text (F-58799r869875_fix)
To configure SSMC to prevent exfiltration of sensitive information, disable all management email notifications. Execute the following steps:

1. Log on to SSMC appliance as ssmcadmin. Press "X" to escape to general bash shell.

2. Edit /opt/hpe/ssmc/ssmcbase/resources/ssmc.properties using vi editor.

3. Locate and uncomment the property "ssmc.management.notification.disable=false". Save and exit.

4. Using TUI menu option 2, restart SSMC service.